home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / the_best_every_day.swf / scripts / frame_42 / DoAction.as
Text File  |  2008-04-10  |  341b  |  20 lines

  1. if(gProxyObj.getIsLoggedIn())
  2. {
  3.    btn_submit_score._visible = true;
  4. }
  5. else
  6. {
  7.    btn_submit_score._visible = false;
  8. }
  9. _global.HS.getScores();
  10. if(submited)
  11. {
  12.    submited = false;
  13.    _global.HS.submitScore(_global.Pack.nScore);
  14.    btn_submit_score._visible = false;
  15. }
  16. if(fromTitle)
  17. {
  18.    btn_submit_score._visible = false;
  19. }
  20.